net/http.transferWriter.ByteReadCh (field)

6 uses

	net/http (current package)
		transfer.go#L74: 	ByteReadCh   chan readResult // non-nil if probeRequestBody called
		transfer.go#L208: 	t.ByteReadCh = make(chan readResult, 1)
		transfer.go#L216: 		t.ByteReadCh <- rres
		transfer.go#L217: 		close(t.ByteReadCh)
		transfer.go#L221: 	case rres := <-t.ByteReadCh:
		transfer.go#L1083: 	rres := <-fr.tw.ByteReadCh